home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / tape / RCS / tape.man,v < prev   
Encoding:
Text File  |  1992-08-10  |  2.1 KB  |  114 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.3
  10. date     92.08.09.18.05.50;  author mottsmth;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     91.09.03.17.33.30;  author jhh;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     91.09.03.17.30.50;  author jhh;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @Add inquiry option
  32. @
  33. text
  34. @' $Header: /sprite/src/cmds/tape/RCS/tape.man,v 1.2 91/09/03 17:33:30 jhh Exp Locker: mottsmth $ SPRITE (Berkeley)
  35. .so \*(]ltmac.sprite
  36. .HS TAPE cmds
  37. .BS
  38. .SH NAME
  39. tape \- Tape drive control.
  40. .SH SYNOPSIS
  41. \fBtape\fR [\fB-t \fItapeDevice\fR] [\fIoptions\fR]
  42. .SH "OPTIONS"
  43. .IP "\fB\-t \fItapeDevice\fR" 14
  44. This specifies the tape device file.  The default is ``/dev/tape0''.
  45. .IP "\fB\-T\fR" 14
  46. Retension the tape.
  47. .IP "\fB\-e\fR" 14
  48. Skip to the end of the tape.
  49. .IP "\fB\-E\fR" 14
  50. Erase the whole tape.
  51. .IP "\fB\-r\fR" 14
  52. Rewind the tape.
  53. .IP "\fB\-R\fR" 14
  54. Read the tape 'til end-of-file.
  55. .IP "\fB\-B \fIblocksize\fR" 14
  56. Blocksize for read and write transfers.
  57. .IP "\fB\-W \fInumblocks\fR" 14
  58. Write numblocks blocks to the tape.
  59. .IP "\fB\-f \fInumfiles\fR" 14
  60. Skip numfiles files.  If numfiles < 0, backwards skip.
  61. .IP "\fB\-b \fInumblocks\fR" 14
  62. Skip numblocks blocks.
  63. .IP "\fB\-m \fInummarks\fR" 14
  64. Write the given number of file marks on the tape.
  65. .IP "\fB\-g \fIblockNum\fR" 14
  66. Skip to a particular block on the tape.
  67. .IP "\fB\-s\fP" 14
  68. Print out the status of the tape drive.
  69. .IP "\fB\-l\fP" 14
  70. Load the tape.
  71. .IP "\fB\-u\fP" 14
  72. Unload the tape.
  73. .IP "\fB\-p\fP" 14
  74. Prevent tape removal.
  75. .IP "\fB\-a\fP" 14
  76. Allow tape removal.
  77. .IP "\fB\-i\fP" 14
  78. Perform a tape inquiry.
  79.  
  80. .BE
  81.  
  82. .SH DESCRIPTION
  83. .PP
  84. Tape is used to control tape drives.  A tape can be rewound,
  85. files and blocks can be skipped, and testing files can be
  86. written and read.
  87. .SH KEYWORDS
  88. tape, rewind
  89. @
  90.  
  91.  
  92. 1.2
  93. log
  94. @added a bunch of new options
  95. @
  96. text
  97. @d1 1
  98. a1 1
  99. ' $Header: /sprite/src/cmds/tape/RCS/tape.man,v 1.1 91/09/03 17:30:50 jhh Exp Locker: jhh $ SPRITE (Berkeley)
  100. d44 2
  101. @
  102.  
  103.  
  104. 1.1
  105. log
  106. @Initial revision
  107. @
  108. text
  109. @d1 1
  110. a1 1
  111. ' $Header: /a/newcmds/prefix/RCS/prefix.man,v 1.2 88/12/30 10:08:40 ouster Exp $ SPRITE (Berkeley)
  112. d32 12
  113. @
  114.